Last active
April 29, 2024 11:13
-
-
Save marketinview/d5cc5034c78e71f31c2d to your computer and use it in GitHub Desktop.
Qualtrics: Add Symbol or Text Before and/or after Open End Text entry. #qualtrics #js #jq #text
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Qualtrics.SurveyEngine.addOnload(function() { | |
var input = jQuery("#"+this.questionId+" .InputText"); | |
input.before("$ "); | |
input.after(" /mo"); | |
input.select().focus(); //optional, focus on input field | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See additional Qualtrics solutions at: https://qualtricswiki.tgibbons.com/doku.php